home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
CU Amiga Super CD-ROM 25
/
CU Amiga Magazine's Super CD-ROM 25 (1998)(EMAP Images)(GB)(Track 1 of 2)[!][issue 1998-08].iso
/
CUCD
/
Programming
/
Triton
/
Source
/
include
/
proto
/
triton.h
Wrap
C/C++ Source or Header
|
1998-05-23
|
398b
|
24 lines
#ifndef PROTO_TRITON_H
#define PROTO_TRITON_H
#ifdef __GNUC__
#include <clib/triton_protos.h>
#if defined(__OPTIMIZE__) && !defined(__NOINLINES__)
#include <inline/triton.h>
#endif
#ifndef __NOLIBBASE__
extern struct Library *TritonBase;
#endif
#else
#include <exec/types.h>
extern struct Library *TritonBase;
#include <clib/triton_protos.h>
#include <pragmas/triton_pragmas.h>
#endif
#endif